home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Beyond Compare / beycmpfr.exe / {app} / BC2.exe / 0 / RCDATA / TOPRENAMEDLG / TOPRENAMEDLG.txt
Text File  |  2005-06-02  |  2KB  |  68 lines

  1. inherited OpRenameDlg: TOpRenameDlg
  2.   Left = 714
  3.   Top = 238
  4.   Caption = 'Renommer'
  5.   PixelsPerInch = 96
  6.   TextHeight = 13
  7.   inherited PageControl: TPageControl
  8.     inherited tsSelectionPage: TTabSheet
  9.       inherited GroupBox2: TGroupBox
  10.         object OldMaskLabel: TLabel
  11.           Left = 63
  12.           Top = 52
  13.           Width = 47
  14.           Height = 13
  15.           Alignment = taRightJustify
  16.           Caption = '&Ancien masque :'
  17.           FocusControl = OldMaskEdit
  18.         end
  19.         object NewMaskLabel: TLabel
  20.           Left = 58
  21.           Top = 76
  22.           Width = 52
  23.           Height = 13
  24.           Alignment = taRightJustify
  25.           Caption = '&Nouveau masque :'
  26.           FocusControl = NewMaskEdit
  27.         end
  28.         object OldMaskEdit: TEdit
  29.           Left = 120
  30.           Top = 48
  31.           Width = 233
  32.           Height = 21
  33.           HelpContext = 28010
  34.           TabOrder = 2
  35.         end
  36.         object NewMaskEdit: TEdit
  37.           Left = 120
  38.           Top = 72
  39.           Width = 233
  40.           Height = 21
  41.           HelpContext = 28011
  42.           TabOrder = 3
  43.         end
  44.         object DosCompatEdit: TBCRadioButton
  45.           Left = 16
  46.           Top = 20
  47.           Width = 97
  48.           Height = 17
  49.           HelpContext = 28012
  50.           Caption = 'Compatible &DOS'
  51.           TabOrder = 0
  52.           OnClick = RenameModeClick
  53.         end
  54.         object RegExprEdit: TBCRadioButton
  55.           Left = 184
  56.           Top = 20
  57.           Width = 117
  58.           Height = 17
  59.           HelpContext = 28013
  60.           Caption = 'Expressions &R'#233'guli'#232'res'
  61.           TabOrder = 1
  62.           OnClick = RenameModeClick
  63.         end
  64.       end
  65.     end
  66.   end
  67. end
  68.